home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Tools / Preditor 2.0 / Preditor Folder / LDC Source / Fortran.ldf < prev    next >
Encoding:
Text File  |  1989-08-09  |  733 b   |  27 lines  |  [TEXT/TCEd]

  1. #--------------------------------------------------------------
  2. #               Description of the Fortran language
  3. #
  4. #  by Thomas Carstensen                        May 14, 1989
  5. #--------------------------------------------------------------
  6.  
  7. LANGUAGE Fortran
  8.  
  9. EXTENSION .ftn .for
  10.  
  11. COMMENT C '¬'
  12.  
  13. BRACKET { }
  14. BRACKET [ ]
  15. BRACKET ( )
  16.  
  17. QUOTE ' '
  18. QUOTE " "
  19.  
  20. RESERVED  character  common  complex  continue  data    dimension \
  21.           do         doubleprecision  else      end     endif \
  22.           enddo      format  goto     if        integer logical \
  23.           print      read    real     stop      while   write
  24.  
  25. DESCRIPTION " The Fortran Programming Lanuage        written by Thomas Carstensen" \
  26.              "                       Sunday, May 28, 1989"
  27.